Bonjour à toute la communauté. je tente le passage de 205 à 3.3 mais j'ai maintenant ce problème :
Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 ' at line 27 SQL=SELECT categories.title AS cat, content.id AS ID, content.access AS access, categories.title AS cat, users.email AS author_email, users.name AS author, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count, categories.id AS CID FROM g25_content AS content LEFT JOIN g25_categories AS categories ON categories.id = content.catid LEFT JOIN g25_content_frontpage AS frontpage ON content.id = frontpage.content_id LEFT JOIN g25_users AS users ON users.id = content.created_by LEFT JOIN g25_content_rating AS content_rating ON content_rating.content_id = content.id WHERE 1=1 content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 OR content.id = 964 OR content.id = 963 OR content.id = 962 OR content.id = 961 OR content.id = 960 OR content.id = 959AND ( content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 OR content.id = 964 OR content.id = 963 OR content.id = 962 OR content.id = 961 OR content.id = 960 OR content.id = 959) AND categories.published = 1 ORDER BY content.created DESC
Auriez-vous une solution ? Merci d'avance.
Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 ' at line 27 SQL=SELECT categories.title AS cat, content.id AS ID, content.access AS access, categories.title AS cat, users.email AS author_email, users.name AS author, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count, categories.id AS CID FROM g25_content AS content LEFT JOIN g25_categories AS categories ON categories.id = content.catid LEFT JOIN g25_content_frontpage AS frontpage ON content.id = frontpage.content_id LEFT JOIN g25_users AS users ON users.id = content.created_by LEFT JOIN g25_content_rating AS content_rating ON content_rating.content_id = content.id WHERE 1=1 content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 OR content.id = 964 OR content.id = 963 OR content.id = 962 OR content.id = 961 OR content.id = 960 OR content.id = 959AND ( content.id = 968 OR content.id = 967 OR content.id = 966 OR content.id = 965 OR content.id = 964 OR content.id = 963 OR content.id = 962 OR content.id = 961 OR content.id = 960 OR content.id = 959) AND categories.published = 1 ORDER BY content.created DESC
Auriez-vous une solution ? Merci d'avance.
Commentaire